home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / pause < prev    next >
Text File  |  1991-04-21  |  722b  |  21 lines

  1.                                    PAUSE
  2.          Suspends execution of a batch file until a key is pressed.
  3.  
  4. COMMAND TYPE: Internal (batch)          VERSION: 2.0 and up
  5.  
  6. USE: PAUSE [comment]
  7.  
  8. comment is an optional comment that may be entered.  It will be
  9. displayed when PAUSE is executed.
  10.  
  11. EXAMPLE:  PAUSE Insert next disc in drive A
  12. When this PAUSE command is executed, the following message will appear.
  13.  
  14. Insert next disc in drive A
  15. Strike any key to continue ...
  16.  
  17. The message Strike a key when ready is automatically displayed
  18. whenever the PAUSE command is used.  The comment line will not appear
  19. if ECHO is off.  At a PAUSE point, a batch file may be terminated by
  20. pressing CTRL-C or CTRL-BREAK.
  21.